home *** CD-ROM | disk | FTP | other *** search
- ; This is the Setup information file to install shell components
- ; Copyright (c) 1999 Microsoft Corporation
- [version]
- signature="$Windows NT$"
- ClassGUID={00000000-0000-0000-0000-000000000000}
- LayoutFile=layout.inf
- DriverVer=11/14/1999,5.00.2183.1
-
- [DestinationDirs]
-
- [DefaultInstall]
- RegisterOCXs = ComponentRegList
- ProfileItems = ExplorerDel,ExplorerAdd,WelcomeDel,WelcomeAdd,DiskCleanDel,DiskCleanAdd,SchedDel,SchedAdd
-
-
- [ComponentRegList]
- %11%\dmwinctl.dll
-
- [ExplorerAdd]
- Name =%Explorer_DESC%,0x00000001
- CmdLine =10,,explorer.exe
- SubDir =%Accessories%
- IconPath =10,,explorer.exe
- IconIndex =1
- InfoTip =%Explorer_InfoTip%
-
- [ExplorerDel]
- Name =%Explorer_DESC%,0x00000003
- SubDir =%Accessories%
-
- [WelcomeAdd]
- Name =%Welcome_DESC%,0x00000001
- CmdLine =10,,welcome.exe
- SubDir =%SystemTools%
- InfoTip =%Welcome_InfoTip%
-
- [WelcomeDel]
- Name =%Welcome_DESC%,0x00000003
- SubDir =%SystemTools%
-
- [DiskCleanAdd]
- Name =%DiskClean_DESC%,0x00000001
- CmdLine =11,,cleanmgr.exe
- SubDir =%SystemTools%
- InfoTip =%DiskClean_InfoTip%
-
- [DiskCleanDel]
- Name =%DiskClean_DESC%,0x00000003
- SubDir =%SystemTools%
-
- [SchedAdd]
- Name =%Scheduled_DESC%,0x00000001
- CmdLine =10,,explorer.exe "::%CLSID_MyComputer%\::%CLSID_ControlPanel%\::%CLSID_TaskScheduler%"
- SubDir =%SystemTools%
- IconPath =11,,mstask.dll
- InfoTip =%Scheduled_InfoTip%
-
- [SchedDel]
- Name =%Scheduled_DESC%,0x00000003
- SubDir =%SystemTools%
-
- [Strings]
- ShowDesktop = "Show Desktop.scf"
- QuickLaunchDir = "Microsoft\Internet Explorer\Quick Launch"
-
- Accessories = "Accessories"
- SystemTools = "Accessories\System Tools"
-
- Explorer_DESC = "Windows Explorer"
- Explorer_InfoTip = "Displays the files and folders on your computer."
-
- Welcome_DESC = "Getting Started"
- Welcome_Infotip = "Provides information about new Windows features and helps you to start using Windows 2000."
-
- DiskClean_DESC = "Disk Cleanup"
- DiskClean_InfoTip = "Enables you to clear your disk of unnecessary files."
-
- Scheduled_DESC = "Scheduled Tasks"
- Scheduled_InfoTip = "Use Task Scheduler to schedule computer tasks to run automatically."
- CLSID_MyComputer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
- CLSID_ControlPanel = "{21EC2020-3AEA-1069-A2DD-08002B30309D}"
- CLSID_TaskScheduler = "{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
-
-